Skip to main content

Set Device Pin

Request to be POSTed to uri : /NorenWClientTP/SetPin

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
jKey*Key Obtained on login success.
Json FieldsPossible valueDescription
uid*User Id
imei*Imei or device unique fingerprin
source*Access type (API)
dpin*New pin in plain text

Response Details :

Response data will be in json format with below fields.

Json FieldsPossible valueDescription
statOk or Not_OkIf Pin setting is Success Or failure status
request_timeThis will be present only if password change succeeds.
emsgThis will be present only if password change fails

Sample Success Response :

{
"request_time":"14:59:43 27-05-2020",
"stat":"Ok"
}

Sample Failure Response :

{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}